home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2002 April / PC-WELT 04-2002.ISO / software / hw / update / nforcexp.exe / NVAUtils.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2001-11-28  |  1.9 KB  |  77 lines

  1. [Version]
  2. Signature="$CHICAGO$"
  3. Class=System
  4.  
  5. [DefaultInstall]
  6. CopyFiles=NVAUtils.CopyApp,NVAUtils.CopyCpl,NVAUtils.CopyHlp,NVAUtils.CopyInf
  7. AddReg=NVAUtils.AddReg9x
  8.  
  9. [DefaultInstall.ntx86]
  10. CopyFiles=NVAUtils.CopyApp,NVAUtils.CopyCpl,NVAUtils.CopyHlp,NVAUtils.CopyInf
  11. AddReg=NVAUtils.AddRegNT
  12.  
  13. [Remove_NVAUtils9x]
  14. DelFiles=NVAUtils.CopyApp,NVAUtils.CopyCpl,NVAUtils.CopyHlp,NVAUtils.CopyInf
  15. DelReg=NVAUtils.DelReg9x
  16.  
  17. [Remove_NVAUtilsNT]
  18. DelFiles=NVAUtils.CopyApp,NVAUtils.CopyCpl,NVAUtils.CopyHlp,NVAUtils.CopyInf
  19. DelReg=NVAUtils.DelRegNT
  20.  
  21. [NVAUtils.CopyApp]
  22. "NVAPanel.exe",,,1
  23. "NVATray.exe",,,1
  24.  
  25. [NVAUtils.CopyCpl]
  26. "NVACpl.cpl",,,1
  27.  
  28. [NVAUtils.CopyHlp]
  29. "NVAPanel.hlp",,,1
  30.  
  31. [NVAUtils.CopyInf]
  32. "NVAUtils.inf"
  33.  
  34. [NVAUtils.AddReg9x]
  35. HKLM,%RunPath%,%RunDispName%,,%TrayApp%
  36. HKLM,%UnInstallPath%,DisplayName,,%UninstallDispName%
  37. HKLM,%UnInstallPath%,UninstallString,,"%10%\rundll.exe setupx.dll,InstallHinfSection Remove_NVAUtils9x 132 %17%\%InfFile%"
  38.  
  39. [NVAUtils.AddRegNT]
  40. HKLM,%RunPath%,%RunDispName%,,%TrayApp%
  41. HKLM,%UnInstallPath%,DisplayName,,%UninstallDispName%
  42. HKLM,%UnInstallPath%,UninstallString,,"%11%\rundll32.exe setupapi,InstallHinfSection Remove_NVAUtilsNT 132 %17%\%InfFile%"
  43.  
  44. [NVAUtils.DelReg9x]
  45. HKLM,%RunPath%,%RunDispName%
  46. HKLM,%UnInstallPath%
  47.  
  48. [NVAUtils.DelRegNT]
  49. HKLM,%RunPath%,%RunDispName%
  50. HKLM,%UnInstallPath%
  51.  
  52. [SourceDisksNames]
  53. 1="NVIDIA nForce APU1 Utilities Disk",,1
  54.  
  55. [SourceDisksFiles]
  56. "NVAPanel.exe"=1
  57. "NVATray.exe"=1
  58. "NVACpl.cpl"=1
  59. "NVAPanel.hlp"=1
  60. "NVAUtils.inf"=1
  61.  
  62. [DestinationDirs]
  63. DefaultDestDir=10
  64. NVAUtils.CopyApp=11
  65. NVAUtils.CopyCpl=11
  66. NVAUtils.CopyInf=17
  67. NVAUtils.CopyHlp=18
  68.  
  69. [Strings]
  70. InfFile="NVAUtils.inf"
  71. TrayApp="NVATray.exe"
  72. CplFile="NVACpl.cpl"
  73. UninstallDispName="NVIDIA nForce APU1 Utilities"
  74. UnInstallPath="Software\Microsoft\Windows\CurrentVersion\Uninstall\NVAUtils"
  75. RunDispName="NVIDIA nForce APU1 Utilities"
  76. RunPath="Software\Microsoft\Windows\CurrentVersion\Run"
  77.